Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
PostgreSQL
1) Aggregate Functions
2) Analytical Functions
3) Array
4) Constraints
5) Cursor
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Inheritance
11) Insert Delete Update
12) Math Functions
13) Postgre SQL
14) Select Query
15) Sequence
16) Store Procedure Function
17) String Functions
18) Subquery
19) Table
20) Table Joins
21) Transaction
22) User Previliege
23) View
Insert Delete Update
1) A simple UPDATE
2) Delete a single row
3) Delete all rows in a table
4) DELETE ONLY from parent table
5) Deleting all table rows
6) Deleting rows from a table
7) Do calculation in select statement
8) Do math calculation in select statement
9) Fill the columns from the left with as many values as are given, and the rest will be defaulted
10) Insert date data to table
11) INSERT INTO vv SELECT abc def
12) Insert into by select statement
13) Insert only an ID
14) Inserts a single row into the employees table
15) List the columns explicitly
16) Omit values
17) Query a single row
18) Removes all with conditions
19) Request default values explicitly for the entire row
20) Request default values explicitly, for individual columns
21) Restructuring a table with CREATE TABLE and INSERT INTO
22) The data values are listed in the order in which the columns appear in the table, separated by commas
23) Update a single row
24) Update in a slice
25) Update two columns in one single statement
26) Updating entire columns
27) Updating Several Columns
28) Use aggregate function in select statement
29) Using defined function in select statement
30) Using expression in update statement
31) Using UPDATE with several Employees
32) Using user defined function to update table data
33) Write expressions, not just simple column references, in the select list